%
id=request("id")
set rs=conn.Execute("select * from news where id="&id&"")
conn.execute("update news set hits=hits+1 where id="&id)
%>
浙江优百特电器有限公司 www.zjubt.com 电热盘,发热盘,电饭锅配件,铝压铸发热盘,0573-82067636
|
<%=rs("title")%> |
|
<%=rs("Content")%> |
日期/时间:<%=rs("addtime")%> 作者:<%=rs("author")%> |
|
|
<%
rs.close
set rs=nothing
%>